chore: refactor release action to move schemata related code into scripts#349
Merged
yarikoptic merged 3 commits intomasterfrom Nov 25, 2025
Merged
chore: refactor release action to move schemata related code into scripts#349yarikoptic merged 3 commits intomasterfrom
yarikoptic merged 3 commits intomasterfrom
Conversation
…ipts This - allows to handle those steps of release manually happen automated release fails - allows to shellcheck bash scripts to ensure their correct operation - makes ci workflow easier to grasp since becomes less clutterred with bash code intermixed with python invocations I decided for now to keep it minimal and not harmonize things more into .autorc setup, although we might want to aim for that. This was already used to produce https://github.com/dandi/schema/tree/master/releases/0.7.0 and tag/push https://github.com/dandi/dandi-schema/releases/tag/schema-0.7.0 Thus finalizing the release of 0.12.0 library with 0.7.0 schema.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #349 +/- ##
=======================================
Coverage 97.89% 97.89%
=======================================
Files 18 18
Lines 2370 2370
=======================================
Hits 2320 2320
Misses 50 50
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
candleindark
requested changes
Nov 24, 2025
Member
candleindark
left a comment
There was a problem hiding this comment.
Added some comments to the script.
Co-authored-by: Isaac To <candleindark@users.noreply.github.com>
for more information, see https://pre-commit.ci
candleindark
approved these changes
Nov 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This
I decided for now to keep it minimal and not harmonize things more into .autorc setup, although we might want to aim for that.
This was already used to produce
https://github.com/dandi/schema/tree/master/releases/0.7.0
and tag/push
https://github.com/dandi/dandi-schema/releases/tag/schema-0.7.0
Thus finalizing the release of 0.12.0 library with 0.7.0 schema.